home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / gyroball.swf / scripts / frame_8 / PlaceObject2_147_107 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2007-03-22  |  153 b   |  8 lines

  1. onClipEvent(enterFrame){
  2.    if(hit.hitTest(_root.Ball._x,_root.Ball._y,true))
  3.    {
  4.       _root.moveDownLeft();
  5.       _root.ball_stuck = 0;
  6.    }
  7. }
  8.